home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / chkdsk < prev    next >
Text File  |  1991-05-03  |  1KB  |  24 lines

  1.                                    CHKDSK
  2.                 Analyzes the files and directories on a disk
  3.                              See also <RECOVER>
  4.  
  5. CHKDSK checks the disk directory for self consistency and displays the
  6. total and available disk and RAM memory.
  7.  
  8. COMMAND TYPE: External                  VERSION: 2.0 and up
  9.  
  10. USE:  CHKDSK [d:][path][filename] [/F][/V]
  11.  
  12. d: path filename specifies a filename to check.  If a filename is
  13.    specified, CHKDSK will report the number of non-contiguous areas
  14.    occupied by the file.  Access to non-contiguous (fragmented) files may be
  15.    significantly slower than to contiguous files.  Perform a <BACKUP>
  16.    and <RESTORE> to correct this situation
  17. /F corrects errors found in the directory and in the file allocation
  18.    table. Other errors are noted, but not corrected. The user is
  19.    prompted whether to allow each chain of lost clusters to be
  20.    converted into a valid file.  These files will be named with the
  21.    following naming convention:
  22.    FILEnnnn.CHK where nnnn is a four digit number starting with 0000.
  23. /V displays all paths and filenames on the specified drive.
  24.